home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / ACos.au3 < prev    next >
Text File  |  2007-09-08  |  123b  |  6 lines

  1. $x = ACos(0.5)
  2.  
  3. $pi = 3.14159265358979
  4. $radToDeg = 180 / $pi
  5. $y = ACos(-1) * $radToDeg  ;arcCosine of -1 returns 180░
  6.